Find Assets Result
data class FindAssetsResult(val assets: List<Asset>, val currentPage: Int, val nextPage: Int = -1, val total: Int, val facets: Map<String, List<AssetFacetValue>>? = null)
Return type of a findAssets query.
Properties
Link copied to clipboard
The current, requested page.
Link copied to clipboard
Distributions for the requested facet paths (FindAssetsQuery.facets), keyed by the exact requested path string. A missing key signals the source did not compute that facet. Null when no facets were requested or none were computed.